Changeset 1913 for trunk/src/kmk/variable.c
- Timestamp:
- Oct 22, 2008, 11:24:04 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r1907 r1913 475 475 476 476 /* the rest of the loop */ 477 hash_2 = strcache2_get_hash 1(&variable_strcache, name) | 1;477 hash_2 = strcache2_get_hash (&variable_strcache, name) | 1; 478 478 for (;;) 479 479 { … … 491 491 } 492 492 else 493 hash_2 = strcache2_get_hash 1(&variable_strcache, name) | 1;493 hash_2 = strcache2_get_hash (&variable_strcache, name) | 1; 494 494 495 495
Note:
See TracChangeset
for help on using the changeset viewer.