mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
attachment fixes for 0.1.6
This commit is contained in:
@ -23,7 +23,7 @@ int store_attachments(struct session_data *sdata, struct _state *state, struct _
|
||||
MYSQL_RES *res;
|
||||
MYSQL_ROW row;
|
||||
|
||||
for(i=0; i<state->n_attachments; i++){
|
||||
for(i=1; i<=state->n_attachments; i++){
|
||||
found = 0;
|
||||
id = 0;
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#define PROGNAME "piler"
|
||||
|
||||
#define VERSION "0.1.5"
|
||||
#define VERSION "0.1.6"
|
||||
|
||||
#define PROGINFO VERSION ", Janos SUTO <sj@acts.hu>\n\n" CONFIGURE_PARAMS "\n\nSend bugs/issues to https://jira.acts.hu:8443/\n"
|
||||
|
||||
|
Reference in New Issue
Block a user