Fix syntax error in MacGraphics conditional part
This commit is contained in:
@@ -3247,8 +3247,8 @@ boolean tinitial, tfrom_file;
|
|||||||
if (duplicate)
|
if (duplicate)
|
||||||
complain_about_duplicate(opts, 1);
|
complain_about_duplicate(opts, 1);
|
||||||
if (!negated) {
|
if (!negated) {
|
||||||
if (symset[PRIMARY])
|
if (symset[PRIMARY].name)
|
||||||
.name badflag = TRUE;
|
badflag = TRUE;
|
||||||
else {
|
else {
|
||||||
symset[PRIMARY].name = (char *) alloc(strlen(fullname) + 1);
|
symset[PRIMARY].name = (char *) alloc(strlen(fullname) + 1);
|
||||||
Strcpy(symset[PRIMARY].name, fullname);
|
Strcpy(symset[PRIMARY].name, fullname);
|
||||||
|
|||||||
Reference in New Issue
Block a user