/[rdesktop]/jpeg/rdesktop/trunk/xkeymap.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /jpeg/rdesktop/trunk/xkeymap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1219 by astrand, Fri Apr 7 22:20:43 2006 UTC revision 1236 by matthewc, Wed Jun 14 06:30:54 2006 UTC
# Line 206  xkeymap_from_locale(const char *locale) Line 206  xkeymap_from_locale(const char *locale)
206          {          {
207                  fclose(fp);                  fclose(fp);
208                  STRNCPY(g_keymapname, str, sizeof(g_keymapname));                  STRNCPY(g_keymapname, str, sizeof(g_keymapname));
209                    xfree(str);
210                  return True;                  return True;
211          }          }
212    
213            xfree(str);
214          return False;          return False;
215  }  }
216    

Legend:
Removed from v.1219  
changed lines
  Added in v.1236

  ViewVC Help
Powered by ViewVC 1.1.26