pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-05-18
2008-05-18 11:43:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b3152417d2e8f69aaea29da1fa6b60319b7c76c3 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/las.c:1.411
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: las.c,v 1.
410
2008/05/
17
22
:
48
:
32
grubba Exp $
+
|| $Id: las.c,v 1.
411
2008/05/
18
11
:
43
:
50
grubba Exp $
*/ #include "global.h"
4118:
} args = mknode(F_ARG_LIST, CDAR(n), CDR(n)); add_ref(CDAR(n));
-
add_ref(CDR(n));
+
if (CDR(n))
add_ref(CDR(n));
sscanf_type = new_check_call(sscanf_name, sscanf_type, args, &argno, 0); free_node(args); if (sscanf_type) {