Changeset 3545 for trunk/src/kmk/function.c
- Timestamp:
- Jan 29, 2022, 3:25:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r3523 r3545 5485 5485 } 5486 5486 else 5487 OS ( message, 0, "%s: cannot quote empty string", funcname);5487 OS (error, reading_file, "%s: cannot quote empty string", funcname); 5488 5488 return o; 5489 5489 } … … 5557 5557 } 5558 5558 else 5559 OS ( message, 0, "%s: cannot munge empty string", funcname);5559 OS (error, reading_file, "%s: cannot munge empty string", funcname); 5560 5560 } 5561 5561
Note:
See TracChangeset
for help on using the changeset viewer.