Subversion Repositories SvarDOS

Rev

Rev 1262 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1262 Rev 1618
Line 387... Line 387...
387
  int changedflag;
387
  int changedflag;
388
  int x;
388
  int x;
389
  static char fname[130];
389
  static char fname[130];
390
  static char buff[64];
390
  static char buff[64];
391
 
391
 
392
  svarlang_autoload("localcfg");
392
  svarlang_autoload_exepath(argv[0], getenv("LANG"));
393
 
393
 
394
  /* scan argv looking for the path to country.sys */
394
  /* scan argv looking for the path to country.sys */
395
  for (x = 1; x < argc; x++) {
395
  for (x = 1; x < argc; x++) {
396
    if (argv[x][0] != '/') {
396
    if (argv[x][0] != '/') {
397
      if (fname[0] != 0) {
397
      if (fname[0] != 0) {