Re: [Vimprobable-users] [Ticket #9] Edit text areas using $EDITOR
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Hannes S. <ha...@yl...> - 2012-06-30 08:12:33
|
Jason Ryan writes: > On 30/06/12 at 12:15am, Matthew Carter wrote: > > Initial testing on Arch Linux (up to date). > > > > Code failed to compile, required changing the following on 1825: > > > > time_t id = time() > > > > to > > > > time_t id = time(NULL) > > > > Not sure if that is specific to my machine or what. > > > Confirmed here. Please use the second version of the patch which should address this. Hannes |