[BACK]Return to cmd-string.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/Attic/cmd-string.c between version 1.12 and 1.13

version 1.12, 2009/12/03 22:50:10 version 1.13, 2010/01/31 18:47:03
Line 344 
Line 344 
                         return (NULL);                          return (NULL);
                 if ((pw = getpwnam(username)) != NULL)                  if ((pw = getpwnam(username)) != NULL)
                         home = pw->pw_dir;                          home = pw->pw_dir;
                 if (username != NULL)                  xfree(username);
                         xfree(username);  
         }          }
         if (home == NULL)          if (home == NULL)
                 return (NULL);                  return (NULL);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13