We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd7e95e + 9b2e153 commit 647863fCopy full SHA for 647863f
spm_platform.m
@@ -78,7 +78,7 @@
78
case 'bigend' %-Return endian for this architecture
79
%=======================================================================
80
varargout = {SPM_PLATFORM.bigend};
81
-if ~finite(SPM_PLATFORM.bigend),
+if ~isfinite(SPM_PLATFORM.bigend),
82
if isnan(SPM_PLATFORM.bigend)
83
error(['I don''t know if "',computer,'" is big-endian.'])
84
else
0 commit comments