diff options
| author | 2004-11-19 02:15:15 +0000 | |
|---|---|---|
| committer | 2004-11-19 02:15:15 +0000 | |
| commit | a07ba8cee953e55ac64421eea5806326235b819f (patch) | |
| tree | 81ebfd338817478a5ddbf07dc0ff434de84f24b6 /tools/dumpiso.c | |
| parent | port iso examples to rawiso API (diff) | |
bump version of isodump file
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@148 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'tools/dumpiso.c')
| -rw-r--r-- | tools/dumpiso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dumpiso.c b/tools/dumpiso.c index a73e2d3..02d84c0 100644 --- a/tools/dumpiso.c +++ b/tools/dumpiso.c @@ -135,7 +135,7 @@ void parse_args(int argc, char **argv) void write_header() { - static char header[32] = "1394 isodump v1"; + static char header[32] = "1394 isodump v2"; int i; for (i = 0; i < 8; i++) |
