Re: [AD] Error in set_config_file() function with non existing file. |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2004-08-03, Evert Glebbeek <eglebbk@xxxxxxxxxx> wrote:
> > The reason for the core is that some IO routine wants to set
> > allegro_errno, which is NULL, because allegro_init has not been
> > called yet. The following patch fixes this by avoiding any IO
> > operations if the system driver has not been initialised.
>
> Looks good.
Commited to HEAD and allegro_4_0_branch.