diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-04-07 10:38:30 +0000 |
commit | b47be74084057e3550b8723eae1dbc0f7c0d2fa5 (patch) | |
tree | 82e808f1c6023ffd99af5a14a44b649fd49d587e /games/chromium-bsu/files/patch-NCString.cpp | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
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); |