CVSROOT: /sources/gnash
Module name: gnash
Changes by: Martin Guy <martinwguy> 07/04/18 16:48:52
Modified files:
server/asobj : Date.cpp
Log message:
Fix signed/unsigned in prototype too
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/Date.cpp?cvsroot=gnash&r1=1.43&r2=1.44
Patches:
Index: Date.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Date.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- Date.cpp 18 Apr 2007 16:18:37 -0000 1.43
+++ Date.cpp 18 Apr 2007 16:48:52 -0000 1.44
@@ -140,7 +140,7 @@
static void utc_date_to_tm_msec(double value, struct tm &tm, double &msec);
static double local_tm_msec_to_date(struct tm &tm, double &msec);
static double utc_tm_msec_to_date(struct tm &tm, double &msec);
-static double rogue_date_args(const fn_call& fn, int maxargs);
+static double rogue_date_args(const fn_call& fn, unsigned maxargs);
#endif
// Select functions to implement _localtime_r and _gmtime_r
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit