netpanzer-cvs
[Top][All Lists]
Advanced

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

[netPanzer-CVS] netpanzer/src/NetPanzer/Interfaces KeyboardInte...


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer/src/NetPanzer/Interfaces KeyboardInte...
Date: Thu, 11 Sep 2003 14:59:35 -0400

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/09/11 14:59:35

Modified files:
        src/NetPanzer/Interfaces: KeyboardInterface.hpp 

Log message:
        removed bad debug printf

Patches:
Index: netpanzer/src/NetPanzer/Interfaces/KeyboardInterface.hpp
diff -u netpanzer/src/NetPanzer/Interfaces/KeyboardInterface.hpp:1.5 
netpanzer/src/NetPanzer/Interfaces/KeyboardInterface.hpp:1.6
--- netpanzer/src/NetPanzer/Interfaces/KeyboardInterface.hpp:1.5        Thu Sep 
11 13:35:47 2003
+++ netpanzer/src/NetPanzer/Interfaces/KeyboardInterface.hpp    Thu Sep 11 
14:59:35 2003
@@ -77,7 +77,6 @@
    {
           char_buffer[ (char_buffer_rear + 1) & _CHAR_BUFFER_MOD ] = c;
           char_buffer_rear = (char_buffer_rear + 1) & _CHAR_BUFFER_MOD;
-          printf("putch: %c\n", c);
    }
 };
 




reply via email to

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