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

Diff for /OpenXM/src/util/ox_pathfinder.c between version 1.20 and 1.21

version 1.20, 2004/03/02 06:23:34 version 1.21, 2004/03/03 02:31:51
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/util/ox_pathfinder.c,v 1.19 2004/02/28 13:39:42 takayama Exp $ */  /* $OpenXM: OpenXM/src/util/ox_pathfinder.c,v 1.20 2004/03/02 06:23:34 takayama Exp $ */
 /* Moved from misc-2003/07/cygwin/test.c */  /* Moved from misc-2003/07/cygwin/test.c */
   
 #include <stdio.h>  #include <stdio.h>
Line 1135  char *oxTermWhich_unix(int *typep) {
Line 1135  char *oxTermWhich_unix(int *typep) {
   s = oxWhich("oxterm",p); *typep = T_OXTERM;    s = oxWhich("oxterm",p); *typep = T_OXTERM;
   if (s != NULL) return s;    if (s != NULL) return s;
   
   /*  skip the search of rxvt  (temporary)
   s = oxWhich("rxvt",p); *typep = T_RXVT;    s = oxWhich("rxvt",p); *typep = T_RXVT;
   if (s != NULL) return s;    if (s != NULL) return s;
   */
   
   s = oxWhich("xterm",p); *typep = T_XTERM;    s = oxWhich("xterm",p); *typep = T_XTERM;
   if (s != NULL) return s;    if (s != NULL) return s;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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