| Anonymous | Login | Signup for a new account | 11-10-2008 10:40 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000077 | [BusyBox] Documentation | minor | always | 02-02-05 07:37 | 12-07-05 22:24 | ||||
| Reporter | vasya | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 0.60.x | ||||||
| Summary | 0000077: uuencode do not work correctly for standart uuencoding (not base64) | ||||||||
| Description |
$ ./busybox uuencode mknod.c mknod-test.c > mknod-test.c.uu && uudecode mknod-test.c.uu && diff -u mknod.c mknod-test.c --- mknod.c 2002-04-13 09:56:04.000000000 +0400 +++ mknod-test.c 2005-02-02 18:32:34.000000000 +0300 @@ -91,3 +91,4 @@ return EXIT_SUCCESS; } +w]"%s", argv[0]); PS uudecode from sharutils |
||||||||
| Additional Information |
This problem was fixed at 1.00 release, but I didn't see how :) I've done simple fix by myself (just for fun). |
||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
Notes |
|
|
(0000040) vasya 02-02-05 08:00 |
Sorry, it isn't Documentation :/ It's in source code ... |
|
(0000743) landley 12-07-05 22:24 |
Fixed back in 1.0 according to the comment... |
| Copyright © 2000 - 2006 Mantis Group |