Skip to content

Commit

Permalink
Merge pull request YafaRay#74 from DavidBluecame/exception_xstart_yst…
Browse files Browse the repository at this point in the history
…art_xml_batch

Fix for exception in yafaray-xml when xstart or ystart are not zero.
  • Loading branch information
povmaniaco committed Apr 8, 2015
2 parents f555a6c + 69c2cb9 commit 5fa8f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xml_loader/xml-loader.cc
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ int main(int argc, char *argv[])

if(ih)
{
out = new imageOutput_t(ih, outputPath, bx, by);
out = new imageOutput_t(ih, outputPath, 0, 0);
if(!out) return 1;
}
else return 1;
Expand Down

0 comments on commit 5fa8f7e

Please sign in to comment.