X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=score.c;h=8f75a1a02f6091c957b51472f8168c1fd550bb2d;hb=36df09fbcf3f6e80cc0990bad92ec16a0d1b2a00;hp=7d3b024690d432ee9d4fb9b77a0388fabee90e6b;hpb=57a4bfc75970e01a1e95f0807f090c70945e9f1b;p=paraslash.git diff --git a/score.c b/score.c index 7d3b0246..8f75a1a0 100644 --- a/score.c +++ b/score.c @@ -143,7 +143,7 @@ int score_add(const struct osl_row *aft_row, long score) // PARA_DEBUG_LOG("adding %p\n", *(void **) (score_objs[SCORECOL_AFT_ROW].data)); ret = osl_add_row(score_table, score_objs); if (ret < 0) { - PARA_ERROR_LOG("%s\n", PARA_STRERROR(-ret)); + PARA_ERROR_LOG("%s\n", para_strerror(-ret)); free(score_objs[SCORECOL_SCORE].data); } return ret;