Skip to content

Commit

Permalink
Fixed order of arguments while calling sync_prequeue_loadmark()
Browse files Browse the repository at this point in the history
  • Loading branch information
xaionaro committed Aug 31, 2015
1 parent 821a9ba commit a5b5f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -2383,9 +2383,9 @@ gboolean sync_trylocked(gpointer fpath_gp, gpointer evinfo_gp, gpointer arg_gp)

if (!sync_islocked(fpath)) {
if (sync_prequeue_loadmark(0, ctx_p, indexes_p, NULL, fpath, NULL,
evinfo->evmask,
evinfo->objtype_old,
evinfo->objtype_new,
evinfo->evmask,
0, 0, 0, &data->path_full, &data->path_full_len, evinfo)) {
critical("Cannot re-queue \"%s\" to be synced", fpath);
return FALSE;
Expand Down

0 comments on commit a5b5f8e

Please sign in to comment.