[Python-checkins] python/dist/src/Modules datetimemodule.c,1.29,1.30

Tim Peters tim.one@comcast.net
Fri, 03 Jan 2003 20:07:29 -0500


[nnorwitz@users.sourceforge.net]
> Modified Files:
> 	datetimemodule.c
> Log Message:
> Fix compiler warning

> ! 			     "tzinfo.%s() returned %ld; must be in "

> ! 			     "tzinfo.%s() returned %d; must be in "
>   			     "-1439 .. 1439",
>   			     name, result);

Thanks!  "result" used to be a long -- I sure wish MSVC whined about stuff
like this too.