[Scummvm-devel] Re: [ScummVM] CVS: scummvm/sound vorbis.cpp,1.32,1.33

Eugene Sandulenko sev at scummvm.org
Thu Dec 1 12:16:04 CET 2005


On Thu, 01 Dec 2005 11:14:41 -0800
Lars Persson <anotherguest at users.sourceforge.net> wrote:

> Modified Files:
> 	vorbis.cpp 
> Log Message:
> Working Vorbis support for Symbian OS

> +#ifdef __SYMBIAN32__
> +    // For symbian we must check that an alternative file pointer is
> created, see if its open
> +    // If not re-open file and seek to the last read position
> +    if(f->file && !f->file->isOpen()){
> +        f->file->open(f->file->name());
> +        f->file->seek(f->curr_pos);
> +        }
> +#endif

Whole patch is like this. :( Please, please, format it according to our
conventions. Proper tabs, proper indentation, proper spaces, whatever.


Eugene




More information about the Scummvm-devel mailing list