From c71115698c381e7028e46520bb47b3a4cdbfac3f Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Wed, 11 Oct 2006 19:19:21 +0000 Subject: [PATCH] FTK. Fixed Linux warnings. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@976 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- ftk/src/ftkini.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftk/src/ftkini.cpp b/ftk/src/ftkini.cpp index 6451b0e..38a4ccf 100644 --- a/ftk/src/ftkini.cpp +++ b/ftk/src/ftkini.cpp @@ -365,7 +365,7 @@ RCODE FLMAPI F_IniFile::write( void) RCODE rc = NE_FLM_OK; FLMUINT uiBytesWritten; INI_LINE * pCurLine = NULL; - FLMBOOL uiFileOffset = 0; + FLMUINT uiFileOffset = 0; IF_FileSystem * pFileSystem = f_getFileSysPtr(); f_assert( m_bReady);