projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df85c4e
)
Fix compiler warning
author
John Darrington
<john@darrington.wattle.id.au>
Sat, 26 Dec 2020 08:34:41 +0000
(09:34 +0100)
committer
John Darrington
<john@darrington.wattle.id.au>
Sat, 26 Dec 2020 13:26:47 +0000
(14:26 +0100)
src/math/merge.c
patch
|
blob
|
history
diff --git
a/src/math/merge.c
b/src/math/merge.c
index 45ae60706255d0f359f350d7f89f67e9c152bc64..b5745ceeea062f21ad061882814101df8d497ab8 100644
(file)
--- a/
src/math/merge.c
+++ b/
src/math/merge.c
@@
-86,7
+86,7
@@
merge_append (struct merge *m, struct casereader *r)
struct casereader *
merge_make_reader (struct merge *m)
{
- struct casereader *r;
+ struct casereader *r
= NULL
;
if (m->input_cnt > 1)
do_merge (m);