diff options
Diffstat (limited to 'games/chromium-bsu/files/patch-NCString.cpp')
-rw-r--r-- | games/chromium-bsu/files/patch-NCString.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/games/chromium-bsu/files/patch-NCString.cpp b/games/chromium-bsu/files/patch-NCString.cpp deleted file mode 100644 index f1c98cd4a8f9..000000000000 --- a/games/chromium-bsu/files/patch-NCString.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- src/NCString.cpp.orig Fri Mar 14 19:57:50 2003 -+++ src/NCString.cpp Fri Mar 14 20:06:44 2003 -@@ -5,6 +5,7 @@ - #include <stdlib.h> - #include <string.h> - #include <limits.h> -+#include <stdarg.h> - - /** - * ctor -@@ -1055,7 +1056,7 @@ - uint NCString::toULong(const char *str, bool *ok) - { - int n; -- ulong tmp = 0; -+ unsigned long tmp = 0; - if(str) - { - n = sscanf(str, "%lu", &tmp); |