X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao_ee.c;h=8dbb5e8368f02db1d75103ccde3f46a5364cccb6;hp=e731ba2a0b401bef36a8162a7097b57861a0baac;hb=3d5a5fc4db5f681e848202c4ee4099d2879677d6;hpb=acc4fc635edb70ec1ba2dff9f7ac0c8542c72c47 diff --git a/ao_ee.c b/ao_ee.c index e731ba2a..8dbb5e83 100644 --- a/ao_ee.c +++ b/ao_ee.c @@ -3,8 +3,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * the Free Software Foundation; version 2 of the License. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of @@ -229,7 +228,7 @@ static void ao_ee_fill(uint16_t block) { if (block != ao_ee_block) { - ao_ee_flush(); + ao_ee_flush_internal(); ao_ee_block = block; ao_ee_read_block(); }