* misc changes

This commit is contained in:
djcb
2011-12-01 21:32:48 +02:00
parent f79ca6c89a
commit 5b1c00d330
3 changed files with 15 additions and 3 deletions

View File

@ -299,7 +299,10 @@ cmd_info (MuStore *store, GSList *lst, GError **err)
return server_error (NULL, MU_ERROR_IN_PARAMETERS,
"usage: version");
send_expr ("(:info version :version \"" VERSION "\" :doccount %u)",
send_expr ("(:info version "
":version \"" VERSION "\" "
":doccount %u "
")",
mu_store_count (store, err));
return MU_OK;