Change in rawfile flag
This commit is contained in:
parent
8d5b7f7b60
commit
f06a4da2cd
|
|
@ -828,7 +828,7 @@ main(int argc, char **argv)
|
||||||
if (optarg) {
|
if (optarg) {
|
||||||
cp_vset("rawfile", VT_STRING, optarg);
|
cp_vset("rawfile", VT_STRING, optarg);
|
||||||
}
|
}
|
||||||
rflag = TRUE;
|
//rflag = TRUE;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 's': /* Server mode */
|
case 's': /* Server mode */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue