Changeset 97 for trunk/appswitch/appswitch/main.c
- Timestamp:
- 02/11/03 06:48:12 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/appswitch/appswitch/main.c
r92 r97 24 24 const char *APP_NAME; 25 25 26 #define VERSION "1.0b 1"26 #define VERSION "1.0b2" 27 27 28 28 struct { … … 298 298 if (OPTS.appAction == APP_LIST) { 299 299 char *type = (char *)&(info->ExecFileType), *crea = (char *)&(info->ExecFileCreator); 300 #define CXX(c) ( (c) < ' ' ? '?' : (c) ) 301 #define OSTYPE_CHAR_ARGS(t) CXX(t[0]), CXX(t[1]), CXX(t[2]), CXX(t[3]) 300 302 printf(format, psn.hi, psn.lo, info->UnixPID, 301 type[0], type[1], type[2], type[3], 302 crea[0], crea[1], crea[2], crea[3], 303 OSTYPE_CHAR_ARGS(type), OSTYPE_CHAR_ARGS(crea), 303 304 name, path); 304 305 continue;
Note:
See TracChangeset
for help on using the changeset viewer.