projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ca07d7
)
modified to test spec.c 1.4
author
root
<devnull@localhost>
Wed, 13 Dec 1995 16:00:19 +0000
(16:00 +0000)
committer
root
<devnull@localhost>
Wed, 13 Dec 1995 16:00:19 +0000
(16:00 +0000)
CVS patchset: 17
CVS date: 1995/12/13 16:00:19
build/build.c
patch
|
blob
|
history
diff --git
a/build/build.c
b/build/build.c
index
eaa6e9a
..
8475db6
100644
(file)
--- a/
build/build.c
+++ b/
build/build.c
@@
-7,7
+7,7
@@
void main(int argc, char **argv)
FILE *f;
setVerbosity(MESS_DEBUG);
-
+
f = fopen(argv[1], "r");
parseSpec(f);
fclose(f);