Explorar el Código

* Added some spacing after 'uname' in -C

svn: 1963
Bryan Drewery hace 21 años
padre
commit
8e99178d5e
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/conf.c

+ 3 - 2
src/conf.c

@@ -710,6 +710,8 @@ writeconf(char *filename, FILE * stream, int bits)
   } else
     my_write(f, "! uname %s\n", conf.uname);
 
+  comment("");
+
   my_write(f, "! username %s\n", conf.username ? conf.username : my_username());
   if (conf.username && strcmp(conf.username, my_username()))
     my_write(f, "#! username %s\n", my_username());
@@ -726,8 +728,7 @@ writeconf(char *filename, FILE * stream, int bits)
   } else
     my_write(f, "! binpath %s\n", conf.binpath);
 
-  comment
-    ("# binname is relative to binpath, if you change this, you'll need to manually remove the old one from crontab.");
+  comment("# binname is relative to binpath, if you change this, you'll need to manually remove the old one from crontab.");
   my_write(f, "! binname %s\n", conf.binname);
 
   comment("");