Skip to content

Commit 647863f

Browse files
author
papadopo
committed
Ooops...
git-svn-id: https://svn.code.sf.net/p/spm2/code/tags/2012-06-08@48 05888fa5-3f6b-416b-901c-fe7d8d848dd3
2 parents bd7e95e + 9b2e153 commit 647863f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spm_platform.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
case 'bigend' %-Return endian for this architecture
7979
%=======================================================================
8080
varargout = {SPM_PLATFORM.bigend};
81-
if ~finite(SPM_PLATFORM.bigend),
81+
if ~isfinite(SPM_PLATFORM.bigend),
8282
if isnan(SPM_PLATFORM.bigend)
8383
error(['I don''t know if "',computer,'" is big-endian.'])
8484
else

0 commit comments

Comments
 (0)