- Changed push_dir() to not take a "save" arg and to return 1 or 0
authorWayne Davison <wayned@samba.org>
Tue, 20 Jan 2004 17:46:29 +0000 (17:46 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 20 Jan 2004 17:46:29 +0000 (17:46 +0000)
commit4af8fe4e789162a3aea497f2a8218bc49aecdb60
tree6e37414fcd0002cd538bffd838cd3dcd2c527e17
parent4034cb3f71473271e4c5768c4bb3cdb3c8cf6d61
- Changed push_dir() to not take a "save" arg and to return 1 or 0
  for success or failure instead of a string pointer.  The function
  also ensures that we don't overflow the curr_dir[] buffer.
- Changed pop_dir() to not free() anything and to return 1 or 0
  for success or failure.
util.c