IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25995


Ignore:
Timestamp:
Nov 1, 2009, 4:11:28 PM (17 years ago)
Author:
eugene
Message:

getcwd path size was too limited

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/cd.c

    r8297 r25995  
    1919  status = chdir (argv[1]);
    2020  if (!status) {
    21     if ((cwd = getcwd (NULL, 64)) == NULL) {
     21    if ((cwd = getcwd (NULL, 1024)) == NULL) {
    2222      gprint (GP_ERR, "error getting cwd\n");
    2323      return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.