Browse Source

[Minor] Fix format string

tags/1.9.0
Vsevolod Stakhov 5 years ago
parent
commit
1f3935d436
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/lua/lua_task.c

+ 1
- 1
src/lua/lua_task.c View File

@@ -1900,7 +1900,7 @@ lua_task_get_urls (lua_State * L)
protocols_mask |= nmask;
}
else {
msg_info ("bad url protocol: %s", cvec);
msg_info ("bad url protocol: %s", *cvec);
}

cvec ++;

Loading…
Cancel
Save