Changeset 3245 for libcaca/trunk
- Timestamp:
- Nov 3, 2008, 9:55:12 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/export.php
r3244 r3245 65 65 if(caca_import_file($cv, $file, "") < 0) 66 66 { 67 die($argv[0] . ": `" . $file . "' has unknown $format\n");67 die($argv[0] . ": `" . $file . "' has unknown format\n"); 68 68 } 69 69 }
Note: See TracChangeset
for help on using the changeset viewer.