summaryrefslogtreecommitdiffstats
path: root/tools/dumpiso.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tools: Fix startup of dumpiso and sendiso on jujuGravatar Stefan Richter 2013-08-241-4/+4
| | | | | | | | | | | | | | | | | | | | Quoting the errno manual: "[errno] is set by system calls and some library functions in the event of an error to indicate what went wrong. Its value is significant only when the return value of the call indicated an error (i.e., -1 from most system calls; -1 or NULL from most library functions); a function that succeeds is allowed to change errno. Valid error numbers are all nonzero; errno is never set to zero by any system call or library function." Dumpiso and sendiso checked for raw1394_set_port() failure by looking at errno rather than by looking at the function's return code. This happened to work on top of raw1394 by lucky incident but no longer works on top of firewire-core. Reported-by: Vladimir Romanov <blueboar2@gmail.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
* tools/dumpiso: Add write() return code checks, fix harmless format string bugGravatar Stefan Richter 2010-09-071-10/+12
| | | | | | | Addresses a few compiler warnings about unused results and format string mismatch. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
* bump version of isodump fileGravatar ddennedy 2004-11-191-1/+1
| | | | git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@148 53a565d1-3bb7-0310-b661-cf11e63c67ab
* port iso examples to rawiso APIGravatar ddennedy 2004-11-181-18/+49
| | | | git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@147 53a565d1-3bb7-0310-b661-cf11e63c67ab
* Moved testlibraw.c from src to tools directory.Gravatar aeb 2001-06-081-0/+236
Added sendiso and dumpiso programs in tools directory. Added man pages for sendiso and dumpiso in doc directory. git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@66 53a565d1-3bb7-0310-b661-cf11e63c67ab