non important change
[platform/core/uifw/ise-engine-unikey.git] / ukengine / diff / mactab.cpp.diff
1 --- orginal/mactab.cpp  2009-04-14 00:16:33.000000000 +0700
2 +++ mactab.cpp  2009-06-19 12:03:47.000000000 +0700
3 @@ -20,7 +20,7 @@
4   * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
5   * Boston, MA 02111-1307, USA.
6   */
7 -#include "stdafx.h"
8 +
9  #include <stdio.h>
10  #include <stdlib.h>
11  #include <string.h>
12 @@ -311,7 +311,7 @@
13    char key[MAX_MACRO_KEY_LEN];
14    
15    // Parse the input item
16 -  char * pos = strchr(item, ':');
17 +  char * pos = (char*)strchr(item, ':');
18    if (pos == NULL)
19      return -1;
20    int keyLen = (int)(pos - item);