mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
bug-fix
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3412 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -7,7 +7,7 @@ CFLAGS = @CFLAGS@ ${GLIB_CFLAGS}
|
||||
|
||||
LDADD = \
|
||||
../../engine/libgncengine.la \
|
||||
-lxml -lglib
|
||||
-lxml -lghttp -lglib
|
||||
|
||||
INCLUDES =
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ main (int argc, char *argv[])
|
||||
/* contact the database, which is a flat file for this demo */
|
||||
book = gnc_book_new ();
|
||||
|
||||
rc = gnc_book_begin (book, "file:/tmp/demo.xac");
|
||||
rc = gnc_book_begin (book, "file:/tmp/demo.xac", FALSE);
|
||||
if (!rc) {
|
||||
int err = gnc_book_get_error (book);
|
||||
printf ("HTTP/1.1 500 Server Error\n");
|
||||
|
||||
@@ -36,7 +36,7 @@ main (int argc, char *argv[])
|
||||
/* contact the database, which is a flat file for this demo */
|
||||
book = gnc_book_new ();
|
||||
|
||||
rc = gnc_book_begin (book, "file:/tmp/demo.xac");
|
||||
rc = gnc_book_begin (book, "file:/tmp/demo.xac", FALSE);
|
||||
if (!rc) {
|
||||
int err = gnc_book_get_error (book);
|
||||
printf ("HTTP/1.1 500 Server Error\n");
|
||||
|
||||
Reference in New Issue
Block a user