[BACK]Return to oxf_old.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_toolkit

Diff for /OpenXM/src/ox_toolkit/oxf_old.c between version 1.5 and 1.6

version 1.5, 2002/04/24 07:45:14 version 1.6, 2003/06/02 10:25:57
Line 1 
Line 1 
 /* -*- mode: C; coding: euc-japan -*- */  /* -*- mode: C; coding: euc-japan -*- */
 /* $OpenXM: OpenXM/src/ox_toolkit/oxf_old.c,v 1.4 2002/04/10 08:55:45 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_toolkit/oxf_old.c,v 1.5 2002/04/24 07:45:14 ohara Exp $ */
   
 /* このモジュールは互換性のためのものです。*/  /* このモジュールは互換性のためのものです。*/
   
Line 89  static char *concat_openxm_home_bin(char *s)
Line 89  static char *concat_openxm_home_bin(char *s)
         return s;          return s;
     }      }
   
     path = malloc(strlen(OpenXM_HOME)+6+strlen(s));      path = MALLOC(strlen(OpenXM_HOME)+6+strlen(s));
     sprintf(path, "%s/bin/%s", OpenXM_HOME, s);      sprintf(path, "%s/bin/%s", OpenXM_HOME, s);
     return path;      return path;
 }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>