forked from lix-project/lix
* Bug: Fix does not allow empty names, so don't generate them.
This commit is contained in:
parent
a01629894d
commit
1cb030736e
|
@ -38,7 +38,7 @@ while (<CONFFILE>) {
|
|||
$outname = $1;
|
||||
$fsid = $3;
|
||||
} else {
|
||||
$outname = "";
|
||||
$outname = "unnamed";
|
||||
}
|
||||
|
||||
print "registering $id -> $url/$fn\n";
|
||||
|
|
Loading…
Reference in a new issue