UMPsychMethodsCore / MethodsCore

All of the projects that the methods core develops, combined into one repository!
7 stars 0 forks source link

minor bugfix for one mc_Error call that was passing an sprintf argument ... #365

Closed mangstad closed 8 years ago

mangstad commented 9 years ago

...even though there was no variable in the error string

dankessler commented 9 years ago

+1. As I understand it, mc_Error can either directly print a string, or can function more like a sprintf, but the way it's getting called is using the former case, but passing an empty second argument which breaks the varargin parser