Skip to content
Snippets Groups Projects
Commit 1a617b38 authored by Per Hedbor's avatar Per Hedbor
Browse files

Oups

Rev: lib/modules/_Image_XCF.pmod:1.15
parent 1d5f498e
Branches
Tags
No related merge requests found
......@@ -407,8 +407,8 @@ string translate_mode( int mode )
array decode_layers( string|object|mapping what, mapping|void opts,
int|void concat )
{
int shrink = (opts->shrink_fact||1);
if(!opts) opts = ([]);
int shrink = (opts->shrink_fact||1);
if(!objectp( what ) )
what = __decode( what );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment