Your message dated Mon, 27 Nov 2006 14:02:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#324466: fixed in dbview 1.0.4-1 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: dbview Version: 1.0.3-7 Severity: important Tags: patch Hello, When trying to open some dbf-files (not all) with dbview 1.0.3-7, the program exits with no output, while when opening the same file with 1.0.3-5, it showed correctly. When adding back the following line to db_dump.c, dbview works again: read(dbfile,Buffer,1); /* strange, it only works if we read another byte */ This line was removed by dbview_1.0.3-7.diff: --- dbview-1.0.3.orig/db_dump.c +++ dbview-1.0.3/db_dump.c @@ -116,7 +116,7 @@ { char *c=var; - for (c+=strlen(var); isspace (*c); c--); + for (c+=strlen(var)-1; isspace (*c); c--); *(++c) = '\0'; return var; @@ -210,7 +210,6 @@ stack_field(fld); } read(dbfile,Buffer,1); /* read the silly little \r 0x0d character */ - read(dbfile,Buffer,1); /* strange, it only works if we read another byte */ return; } Greetings, Michael De Nil -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.11.7 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages dbview depends on: ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an -- no debconf information
--- End Message ---
--- Begin Message ---Source: dbview Source-Version: 1.0.4-1 We believe that the bug you reported is fixed in the latest version of dbview, which is due to be installed in the Debian FTP archive: dbview_1.0.4-1.diff.gz to pool/main/d/dbview/dbview_1.0.4-1.diff.gz dbview_1.0.4-1.dsc to pool/main/d/dbview/dbview_1.0.4-1.dsc dbview_1.0.4-1_i386.deb to pool/main/d/dbview/dbview_1.0.4-1_i386.deb dbview_1.0.4.orig.tar.gz to pool/main/d/dbview/dbview_1.0.4.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Martin Schulze <[EMAIL PROTECTED]> (supplier of updated dbview package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 27 Nov 2006 14:43:10 +0100 Source: dbview Binary: dbview Architecture: source i386 Version: 1.0.4-1 Distribution: unstable Urgency: low Maintainer: Martin Schulze <[EMAIL PROTECTED]> Changed-By: Martin Schulze <[EMAIL PROTECTED]> Description: dbview - View dBase III files Closes: 324466 377095 393183 Changes: dbview (1.0.4-1) unstable; urgency=low . * Fixed typo in NMU-Disclaimer, thanks to Petter Reinholdtsen (See: Bug#225895) * New upstream version - Better error handling (closes: Bug#377095) - Improved handling for dBase III/IV files (closes: Bug#324466, Bug#393183) Files: dd1800fad94c06e3242a2eeb812408e3 518 misc optional dbview_1.0.4-1.dsc f77c9a85ca18dd1c80f72fcbc17c78ea 9857 misc optional dbview_1.0.4.orig.tar.gz aeb98b27fdea8ff582bd058b23ae6cf2 4195 misc optional dbview_1.0.4-1.diff.gz d55fb887a6383b1ae63bc5e1a8890672 11722 misc optional dbview_1.0.4-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFau9wW5ql+IAeqTIRAvXhAKCm6LRyB+7ptyHQEFjxQ0zPH/TjagCfe8CI +1uSofpqArVxKcEfMJQegPM= =s7uV -----END PGP SIGNATURE-----
--- End Message ---

