git-apply: fix error handling for nonexistent files
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Jun 2005 04:04:27 +0000 (21:04 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Jun 2005 04:04:27 +0000 (21:04 -0700)
commit84fb9a4dca7efe1427c917e2f46a045e48180826
treef0c9a7b288ab5188ca166fe9e709331b49d150fc
parent9718a00b90b35fd077dbe2216915f1afcf0bb361
git-apply: fix error handling for nonexistent files

Missing argument for error() function. We should really use the
gcc printf format checking capabilities.
apply.c