Kaydet (Commit) eae73264 authored tarafından Michael Meeks's avatar Michael Meeks

fix day of week naming in sal unit test.

üst d04ac665
......@@ -220,8 +220,8 @@ inline void printTime( TimeValue *tv )
case 0: printf("Sun. "); break;
case 1: printf("Mon. "); break;
case 2: printf("Tue. "); break;
case 3: printf("Thr. "); break;
case 4: printf("Wen. "); break;
case 3: printf("Wed. "); break;
case 4: printf("Thu. "); break;
case 5: printf("Fri. "); break;
case 6: printf("Sat. "); break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment