diff options
| author | jhurst <jhurst@cinecert.com> | 2008-08-09 01:09:50 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-08-09 01:09:50 +0000 |
| commit | 4e404673b69a7e2772579788a0b55c7037cee314 (patch) | |
| tree | d6f05d45f382506786ba737adaa254433d1abb97 /src/kmrandgen.cpp | |
| parent | 7827a7e7572601440568788cb028ee883498fa15 (diff) | |
The following changes have been checked into napali:
1. The is some template voodoo in KM_fileio.h to ward off the D_FILE_OFFSET_BITS=64 bug
2. KM_log.cpp now uses mutex protection for the global default LogSink
3. I added Kumu::Version (uses the same value as ASDCP::Version()). I did this because...
4. I modified Makefile.am so that kmfilegen, kmrandgen, and kmuuidgen only link against libkumu, as nature intended.
Diffstat (limited to 'src/kmrandgen.cpp')
| -rw-r--r-- | src/kmrandgen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmrandgen.cpp b/src/kmrandgen.cpp index d1098df..24f77af 100644 --- a/src/kmrandgen.cpp +++ b/src/kmrandgen.cpp @@ -59,7 +59,7 @@ Copyright (c) 2003-2008 John Hurst\n\n\ asdcplib may be copied only under the terms of the license found at\n\ the top of every file in the asdcplib distribution kit.\n\n\ Specify the -h (help) option for further information about %s\n\n", - PROGRAM_NAME, ASDCP::Version(), PROGRAM_NAME, PROGRAM_NAME); + PROGRAM_NAME, Kumu::Version(), PROGRAM_NAME, PROGRAM_NAME); } // |
