Index: trunk/src/libcschem/abs_net.c =================================================================== --- trunk/src/libcschem/abs_net.c (revision 10145) +++ trunk/src/libcschem/abs_net.c (revision 10146) @@ -105,7 +105,7 @@ /* create global nets with the short name; AUTO is taken GLOBAL: if we got here no other binding worked for it */ - short_name = (scope == CSCH_ASCOPE_GLOBAL) || (scope == CSCH_ASCOPE_AUTO); + short_name = (scope == CSCH_ASCOPE_GLOBAL) || (scope == CSCH_ASCOPE_AUTO); csch_aobj_init(abs, &net->hdr, CSCH_ATYPE_NET); net->name = rnd_strdup(short_name ? name_loc : name_glob);