| author | darkvater |
| Thu, 23 Sep 2004 21:39:55 +0000 | |
| changeset 309 | 1aeaa2c432b7 |
| parent 308 | 8088f72d10f5 |
| child 310 | b8b04a18f590 |
--- a/ttd.c Thu Sep 23 21:20:38 2004 +0000 +++ b/ttd.c Thu Sep 23 21:39:55 2004 +0000 @@ -472,8 +472,8 @@ return; } - res[0] = (strtoul(s, NULL, 0) + 7) & ~7; - res[1] = (strtoul(t+1, NULL, 0) + 7) & ~7; + res[0] = (strtoul(s, NULL, 0) + 7); + res[1] = (strtoul(t+1, NULL, 0) + 7); } int ttd_main(int argc, char* argv[])