[rott-commits] r269 - trunk/rott

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Nov 14 05:25:57 EST 2012


Author: fabian
Date: 2012-11-14 05:25:56 -0500 (Wed, 14 Nov 2012)
New Revision: 269

Modified:
   trunk/rott/rt_cfg.c
Log:
config.rot is missing a trailing newline.

Modified: trunk/rott/rt_cfg.c
===================================================================
--- trunk/rott/rt_cfg.c	2012-06-05 08:07:55 UTC (rev 268)
+++ trunk/rott/rt_cfg.c	2012-11-14 10:25:56 UTC (rev 269)
@@ -2030,6 +2030,7 @@
    memset(passwordtemp,0,sizeof(passwordtemp));
    ConvertPasswordStringToString ( &passwordtemp[0] );
    SafeWriteString(file,&passwordtemp[0]);
+   SafeWriteString(file,"\n");
 
    close (file);
 #endif



More information about the rott-commits mailing list