Re: mc on SunOS



Leonard den Ottolander wrote:
Hello Roland,

On Fri, 2004-10-22 at 01:15, Roland Illig wrote:

@@ -326,7 +335,7 @@ mc_tmpdir (void)
		pwd->pw_name);
    else
	g_snprintf (buffer, sizeof (buffer), "%s/mc-%d", sys_tmp,
-		getuid ());
+		(int) getuid ());

    canonicalize_pathname (buffer);


This seems correct, but is it in any way related to mc on SunOS?

gcc emitted a warning on SunOS, but not on Linux. ;)

Roland



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]