Branch: Tag:

2000-06-28

2000-06-28 16:59:00 by Fredrik Noring <noring@nocrew.org>

Fixed forgotten err in combine_path.

Rev: src/builtin_functions.c:1.285

5:   \*/   /**/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.284 2000/06/26 17:35:41 noring Exp $"); + RCSID("$Id: builtin_functions.c,v 1.285 2000/06/28 16:59:00 noring Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
752:    char *my_cwd;    char *cwdbuf = 0;    int tmp; +  ONERROR err;       SET_ONERROR(err, free_nonull, cwdbuf);