diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-11 20:05:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-07-11 20:05:27 +0000 |
commit | 811458cee079ffe4c8316dc3fd2009d58f33423f (patch) | |
tree | f2d87b22307350849ec5c63084132a66bd945bec /games/chromium/files/patch-NCString.cpp | |
parent | - Add entry for gtkdatabox2 (diff) |
- Update chromium to 0.9.13.2. See NEWS for full list of changes.
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=216720
Diffstat (limited to 'games/chromium/files/patch-NCString.cpp')
-rw-r--r-- | games/chromium/files/patch-NCString.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/games/chromium/files/patch-NCString.cpp b/games/chromium/files/patch-NCString.cpp deleted file mode 100644 index f1c98cd4a8f9..000000000000 --- a/games/chromium/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); |