]> git.draconx.ca Git - liblbx.git/blobdiff - src/lbximg.c
lbxtool: Remove - as a synonym for stdin.
[liblbx.git] / src / lbximg.c
index 7827a87751685e487201c5590d679193700dece8..4b664b70d1876916f3029ba5f8636038b484e06b 100644 (file)
@@ -401,9 +401,6 @@ int main(int argc, char **argv)
                        verbose = 1;
                        break;
                case 'f':
-                       if (strcmp(optarg, "-") == 0)
-                               break;
-
                        name = strrchr(optarg, '/');
                        name = name ? name+1 : optarg;