Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo on file box-dlr.c at line 1718 #1

Open
thuck opened this issue Nov 29, 2012 · 0 comments
Open

Typo on file box-dlr.c at line 1718 #1

thuck opened this issue Nov 29, 2012 · 0 comments

Comments

@thuck
Copy link

thuck commented Nov 29, 2012

There is a number 1 in the begging of line 1718, this cause an error when trying to compile.
The error generated is: box-dlr.c:1720:5: error: expected ‘;’ before ‘debug’

diff --git a/gw/box-dlr.c b/gw/box-dlr.c
index 2f29dee..478b657 100644
--- a/gw/box-dlr.c
+++ b/gw/box-dlr.c
@@ -1715,7 +1715,6 @@ static void dlr_sqlite3_add_with_id(box_dlr_entry *entry)
box_fields->dlr_db_fields->field_serv, box_fields->dlr_db_fields->field_url,
box_fields->dlr_db_fields->field_mask, box_fields->dlr_db_fields->field_boxc,
box_fields->dlr_db_fields->field_status, box_fields->field_id);
-1
#if defined(DLR_TRACE)
debug("opensmmpbox", 0, "sql: %s", octstr_get_cstr(sql));
#endif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant