aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-16 07:01:54 +0000
committerLev Walkin <vlm@lionet.info>2004-08-16 07:01:54 +0000
commitba803ed3aad293ea59c4be11f0cbccdf3f34b1b7 (patch)
treef1faa5ffc63515951ec3158d14d9d4e9df8f3f6a
parent79f5495aaa51627e231c146665b28dfb42e3c13c (diff)
removed debugging
-rw-r--r--libasn1compiler/asn1c_compat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libasn1compiler/asn1c_compat.c b/libasn1compiler/asn1c_compat.c
index 3d8280a0..44ba3e60 100644
--- a/libasn1compiler/asn1c_compat.c
+++ b/libasn1compiler/asn1c_compat.c
@@ -54,7 +54,6 @@ a1c_dirname(const char *path) {
/* One-pass determination of the last char of the pathname */
for(pend = path; ; pend++) {
- printf("-%c", *pend);
switch(*pend) {
case '\0': break;
case '/':
@@ -69,7 +68,6 @@ a1c_dirname(const char *path) {
}
break;
}
- printf("\n");
if(last <= path) {
strcpy(strbuf, *path == '/' ? "/" : ".");