Commit b6782ccf authored by orbea's avatar orbea
Browse files

Silence warnings

parent 5cf2736a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1262,7 +1262,7 @@ void feh_draw_actions(winwidget w)
	int i = 0;
	int num_actions = 0;
	int cur_action = 0;
	char index[2];
	char index[3];
	char *line;

	/* Count number of defined actions. This method sucks a bit since it needs
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ char *feh_unique_filename(char *path, char *basename)
{
	char *tmpname;
	char num[10];
	char cppid[10];
	char cppid[12];
	static long int i = 1;
	struct stat st;
	pid_t ppid;