397 |
{ |
{ |
398 |
fatal("129th hash line character must be \" \".", __FILE__, __LINE__); |
fatal("129th hash line character must be \" \".", __FILE__, __LINE__); |
399 |
} |
} |
400 |
// else if (buf[129] != '*') |
else if (buf[129] != '*') |
|
// { |
|
|
// fatal("130th hash line character must be \"*\".", __FILE__, __LINE__); |
|
|
// } |
|
|
else if (buf[129] != ' ') |
|
401 |
{ |
{ |
402 |
//130th character is ' '. Need to figure out why sometimes space and sometimes '*'. |
fatal("130th hash line character must be \"*\".", __FILE__, __LINE__); |
403 |
fatal("130th hash line character must be \" \".", __FILE__, __LINE__); |
} |
404 |
} |
// else if (buf[129] != ' ') |
405 |
|
// { |
406 |
|
// //130th character is ' '. Need to figure out why sometimes space and sometimes '*'. |
407 |
|
// fatal("130th hash line character must be \" \".", __FILE__, __LINE__); |
408 |
|
// } |
409 |
|
|
410 |
//There must be a 131'st character. Beyond that, we can't qualify, because filenames may |
//There must be a 131'st character. Beyond that, we can't qualify, because filenames may |
411 |
//have odd characters and may be of any length. |
//have odd characters and may be of any length. |