fix ampm to actually flip

SVN revision: 59979
This commit is contained in:
Carsten Haitzler 2011-06-06 01:42:26 +00:00
parent 6cabe7e757
commit e091060fab
1 changed files with 1 additions and 4 deletions

View File

@ -12020,10 +12020,7 @@ collections {
hour = hour % 12;
h1valset(hour / 10);
h2valset(hour % 10);
if (pm)
hour = 0;
else
hour = 0;
apvalset(pm);
}
}