diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-06-28 18:27:55 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-06-28 18:33:15 -0400 |
commit | 413a553fd5f86088395d942c85a78debdec32a6d (patch) | |
tree | 506ef6b11db1726c6f5ff8ed501f7be7db7b90e0 /src | |
parent | 6fc1b6d481387a88b782b3551d793a3850fb6bec (diff) |
Revert "Get api docs building"
Pass --enable-gtk-doc to ./configure to build API docs. Add a
status print-out at the end of configure.ac to show whether gtk-doc
was enabled.
This reverts commit 436386fb11ee56e50c2c76c496b1f6c39530e170.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -877,7 +877,7 @@ command_search(int argc, const char *argv[]) return 1; } - sprintf(pattern, "*%s*", argv[0]); + snprintf(pattern, sizeof pattern, "*%s*", argv[0]); set = razor_set_open(repo_filename); if (set == NULL) |