pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src demo_recorder.cxx,1.7,1.8


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src demo_recorder.cxx,1.7,1.8
Date: 6 Oct 2002 19:20:17 -0000

Update of /usr/local/cvsroot/Games/Pingus/src
In directory dark:/tmp/cvs-serv3675

Modified Files:
        demo_recorder.cxx 
Log Message:
removed the :'s from the filename

Index: demo_recorder.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/demo_recorder.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- demo_recorder.cxx   3 Oct 2002 12:33:08 -0000       1.7
+++ demo_recorder.cxx   6 Oct 2002 19:20:14 -0000       1.8
@@ -82,7 +82,7 @@
   struct tm *loctime;
   curtime = time (NULL);
   loctime = localtime(&curtime);
-  strftime(buffer, 32, "%Y-%m-%d_%H:%M:%S", loctime);
+  strftime(buffer, 32, "%Y-%m-%d_%H%M%S", loctime);
 
   return string(buffer);
 }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]