Branch: Tag:

2022-07-03

2022-07-03 20:30:12 by Marcus Comstedt <marcus@mc.pp.se>

Sql.pgsql_util: Fix incorrect prototype of done_cb

550:    return !waitforreal && bufcon(this)->start();    }    -  private void done_cb() { +  private void done_cb(object obj, int reason) {    if (!i->fillread)    close();    }