Subversion Repositories filter_foundry

Rev

Rev 369 | Rev 387 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 369 Rev 373
Line 123... Line 123...
123
                                tmp = expr[0];
123
                                tmp = expr[0];
124
                                expr[0] = expr[2];
124
                                expr[0] = expr[2];
125
                                expr[2] = tmp;
125
                                expr[2] = tmp;
126
                        }
126
                        }
127
 
127
 
128
                        if( (h = PINEWHANDLE(1)) ){ // don't set initial size to 0, since some hosts (e.g. GIMP/PSPI) are incompatible with that.                               res = !(saveparams(h) || savehandleintofile(h,r)) ;
128
                        if( (h = PINEWHANDLE(1)) ){ // don't set initial size to 0, since some hosts (e.g. GIMP/PSPI) are incompatible with that.
129
                                res = !(saveparams(h) || savehandleintofile(h,r));
129
                                res = !(saveparams(h) || savehandleintofile(h,r));
130
                                PIDISPOSEHANDLE(h);
130
                                PIDISPOSEHANDLE(h);
131
                        }
131
                        }
132
 
132
 
133
                        if (fileHasExtension(sfr, ".pff")) {
133
                        if (fileHasExtension(sfr, ".pff")) {