Commented out debug statements again
[oweals/minetest.git] / src / debug.h
index 234b7c74afd4dbdd6290ea792217267f93cb0a72..f3cfe88b338209bf68ed0a3ba1980253cab9fc0f 100644 (file)
@@ -85,7 +85,7 @@ public:
                
                return c;
        }
-       int xsputn(const char *s, int n)
+       std::streamsize xsputn(const char *s, std::streamsize n)
        {
                for(int i=0; i<DEBUGSTREAM_COUNT; i++)
                {