mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
print the name of the duplicate struct
This commit is contained in:
parent
c6ad0ff819
commit
c0880a94a9
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ new_struct (const char *name)
|
|||
if (name) {
|
||||
strct = (struct_t *) Hash_Find (structs, name);
|
||||
if (strct) {
|
||||
error (0, "duplicate struct definition");
|
||||
error (0, "duplicate struct definition: `%s'", name);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue