ep not use, don't increment

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24913 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-03-22 17:22:20 +00:00
parent 736d3d7e03
commit 1ba2a45b7b

View File

@@ -102,7 +102,7 @@ lookup(const char *name)
*ep++ = '.';
i = j;
}
*ep++ = '\0';
*ep = '\0';
free(norm);
printf("Converted \"%s\" into \"%s\"\n", name, encoded);