projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b233e7
)
Reversed fclose and return;
author
Sebastian Hammer
<quinn@indexdata.com>
Wed, 21 Feb 1996 15:23:36 +0000
(15:23 +0000)
committer
Sebastian Hammer
<quinn@indexdata.com>
Wed, 21 Feb 1996 15:23:36 +0000
(15:23 +0000)
retrieval/d1_attset.c
patch
|
blob
|
history
diff --git
a/retrieval/d1_attset.c
b/retrieval/d1_attset.c
index
7a078b6
..
e179415
100644
(file)
--- a/
retrieval/d1_attset.c
+++ b/
retrieval/d1_attset.c
@@
-4,7
+4,10
@@
* Sebastian Hammer, Adam Dickmeiss
*
* $Log: d1_attset.c,v $
- * Revision 1.3 1995-12-13 17:14:26 quinn
+ * Revision 1.4 1996-02-21 15:23:36 quinn
+ * Reversed fclose and return;
+ *
+ * Revision 1.3 1995/12/13 17:14:26 quinn
* *** empty log message ***
*
* Revision 1.2 1995/11/01 16:34:55 quinn
@@
-78,8
+81,8
@@
data1_attset *data1_read_attset(char *file)
}
if (!r)
{
- return res;
fclose(f);
+ return res;
}
if (sscanf(r, "%s %[^\n]", cmd, args) < 2)
*args = '\0';