Changeset 29673 for trunk/pstamp/scripts/pstamp_request_file
- Timestamp:
- Nov 4, 2010, 2:17:57 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_request_file (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_request_file
r29672 r29673 273 273 if ($comment) { 274 274 if ($comment =~ /#/) { 275 print STDERR "WARNING '#' character removed from comment .\n";275 print STDERR "WARNING '#' character removed from comment on line $line_num.\n"; 276 276 $comment =~ s/#/ /; 277 277 } 278 278 if (length($comment) > 63) { 279 print STDERR "WARNING comment too long truncating to 63 characters .\n";279 print STDERR "WARNING comment too long truncating to 63 characters on line $line_num.\n"; 280 280 $comment = substr($comment, 0, 63); 281 281 }
Note:
See TracChangeset
for help on using the changeset viewer.
