Changeset 29577 for trunk/pstamp/scripts/pstampparse.pl
- Timestamp:
- Oct 26, 2010, 4:01:17 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r29429 r29577 836 836 my $fault = $error_code >> 8; 837 837 print STDERR "$command failed with fault $fault\n"; 838 if ($fault < 10) { 839 # I added the following to the production build one Sunday 840 # night with the comment 841 # a Sunday night hack 842 # I don't recall what the issue was. 843 # Comment out for now. 844 # $fault = $PSTAMP_NOT_AVAILABLE 845 } 838 846 if ($fault >= 10) { 839 847 $$r_dep_id = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
