]> granicus.if.org Git - liblinear/commit
Add return 0 into print_null in predict.c,
authorguestwalk <guestwalk@16e7d947-dcc2-db11-b54a-0017319806e7>
Fri, 23 Nov 2012 02:48:45 +0000 (02:48 +0000)
committerguestwalk <guestwalk@16e7d947-dcc2-db11-b54a-0017319806e7>
Fri, 23 Nov 2012 02:48:45 +0000 (02:48 +0000)
commit347607e403e8b43e097ee409a908aa0d186e09f5
tree8a88d4968b276f85674c96ef8d008f214b06e7e2
parent3e8fc6880c691786d1871653fd4ec3ee121e6b08
Add return 0 into print_null in predict.c,
because it is used to replace printf for the "-q" option
and printf will return the number of characters it printed.
In train we do not need this because the two "info" are different.
predict.c