diff options
| author | jhurst <jhurst@cinecert.com> | 2008-09-10 22:18:56 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-09-10 22:18:56 +0000 |
| commit | 16c33b45f493dc07a64a51473df3b405551385a8 (patch) | |
| tree | 05cf1a850cf055a65fc8af58baab097feb7a3344 /src/KM_fileio.h | |
| parent | e07e536da65cc8fd872d32ca201e65dd507f6b51 (diff) | |
now using libtai for time-date
Diffstat (limited to 'src/KM_fileio.h')
| -rwxr-xr-x | src/KM_fileio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_fileio.h b/src/KM_fileio.h index 141ca58..1376716 100755 --- a/src/KM_fileio.h +++ b/src/KM_fileio.h @@ -102,7 +102,7 @@ namespace Kumu // // error: 'void Kumu::compile_time_size_checker() [with bool sizecheck = false]' previously declared here // - // This is happeining because the equality being tested below is false. The reason for this + // This is happening because the equality being tested below is false. The reason for this // will depend on your OS, but on Linux it is probably because you have not used -D_FILE_OFFSET_BITS=64 // Adding this magic macro to your CFLAGS will get you going again. If you are on a system that // does not support 64-bit files, you can disable this check by using -DKM_SMALL_FILES_OK. You |
