| commit | 1ff2c2b9b09426f4db51077095c2cfd6b63f35d5 | [log] [tgz] |
|---|---|---|
| author | wkj <devnull@localhost> | Thu Feb 23 17:13:01 2006 +0000 |
| committer | wkj <devnull@localhost> | Thu Feb 23 17:13:01 2006 +0000 |
| tree | 2d8e7df375297371bb220fdc3925a8b3258f2500 | |
| parent | 384d563d72f5542d4527634b23723e1ca9039df7 [diff] |
Extra arg belongs to _decqp.
diff --git a/src/cmd/upas/nfs/decode.c b/src/cmd/upas/nfs/decode.c index df37490..572ae7b 100644 --- a/src/cmd/upas/nfs/decode.c +++ b/src/cmd/upas/nfs/decode.c
@@ -69,7 +69,7 @@ case QuotedPrintableU: l = strlen(s)+1; t = emalloc(l); - l = decqp((uchar*)t, l, s, l-1, kind==QuotedPrintableU); + l = _decqp((uchar*)t, l, s, l-1, kind==QuotedPrintableU); *len = l; t[l] = 0; return t;