Skip to content

Commit

Permalink
do not suppress alias-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Mar 14, 2024
1 parent ddf6d4b commit 6ecaf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iemnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ int iemnet__register(const char*name)
{
static int firsttime = 1;
if(iemnet__nametaken(name)) {
return 0;
return 1;
}
if(firsttime) {
post("iemnet - networking with Pd");
Expand Down

0 comments on commit 6ecaf9c

Please sign in to comment.