Changeset 1587
- Timestamp:
- 03/10/10 22:18:38 (5 months ago)
- Location:
- trunk/batctl
- Files:
-
- 2 modified
-
bat-hosts.c (modified) (2 diffs)
-
bisect.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/batctl/bat-hosts.c
r1586 r1587 159 159 normalized = malloc(locations * PATH_MAX); 160 160 if (!normalized) { 161 printf("Warning - could n'tnot get memory for bat-hosts file parsing\n");161 printf("Warning - could not get memory for bat-hosts file parsing\n"); 162 162 return; 163 163 } … … 167 167 168 168 if (!host_hash) { 169 printf("Warning - could n'tnot create bat hosts hash table\n");169 printf("Warning - could not create bat hosts hash table\n"); 170 170 return; 171 171 } -
trunk/batctl/bisect.c
r1530 r1587 1514 1514 1515 1515 if (!node_hash) { 1516 printf("Error - could n'tnot create node hash table\n");1516 printf("Error - could not create node hash table\n"); 1517 1517 goto err; 1518 1518 }
