/[LeafOK_CVS]/lbbs/src/main.c
ViewVC logotype

Diff of /lbbs/src/main.c

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

Revision 1.77 by sysadm, Mon Nov 17 11:48:24 2025 UTC Revision 1.79 by sysadm, Mon Nov 17 14:01:13 2025 UTC
# Line 139  int main(int argc, char *argv[]) Line 139  int main(int argc, char *argv[])
139                  fprintf(stderr, "chdir(..) error: %d\n", errno);                  fprintf(stderr, "chdir(..) error: %d\n", errno);
140                  return -1;                  return -1;
141          }          }
142    #if defined(__CYGWIN__)
143            if (chdir("..") < 0)
144            {
145                    fprintf(stderr, "chdir(..) error: %d\n", errno);
146                    return -1;
147            }
148    #endif
149    
150          // Apply the specified locale          // Apply the specified locale
151          if (setlocale(LC_ALL, "en_US.UTF-8") == NULL)          if (setlocale(LC_ALL, "en_US.UTF-8") == NULL)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1