Changeset 4586
- Timestamp:
- 08/30/06 02:42:18 (2 years ago)
- Files:
-
- 1 modified
-
trunk/licq/bin/licq.micqconvert (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/licq/bin/licq.micqconvert
r4526 r4586 132 132 } 133 133 134 close (IN); 135 close (TMP); 136 134 137 $system_commands = "cp $filename_tmp $filename; rm $filename_tmp"; 135 138 system($system_commands) == 0 or die "system() call failed: $?"; 136 139 137 140 print "Done.\n\n"; 138 139 close (IN);140 close (TMP);141 141 } 142 142
