Skip to content

Commit

Permalink
M302de: make msvc2008 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Kretzschmar committed Mar 26, 2012
1 parent 0a7673c commit 8c9e82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/schick/rewrite_m302de/seg030.cpp
Expand Up @@ -37,7 +37,7 @@ void prepare_date_str(void)

unused = 0;

hour = ds_readd(DAY_TIMER) / 0x1518;
hour = (signed short)(ds_readd(DAY_TIMER) / 0x1518);

if ((signed char)ds_readb(DAY_OF_MONTH) < 0) {
/* Days of the nameless */
Expand Down

0 comments on commit 8c9e82a

Please sign in to comment.