blob: 1abcf28491e95982ea0f993a8a17208c08c774ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- spunk/unixsrc/delay.cc.orig 1996-11-07 17:06:58 UTC
+++ spunk/unixsrc/delay.cc
@@ -73,7 +73,7 @@ u32 Delay (u32 ms)
//
// The function returns the real time passed or just ms.
{
- const ChunkSize = 256;
+ const int ChunkSize = 256;
// Check the argument...
if (ms <= ChunkSize) {
|