Import freesurfer: cs_convert bug

I have one problem for importing the mri (auto). I preprocessed the anatomy images using fmriprep. When I import the freesurfer files into brainstorm, I got this problem. Could anyone help me?

BST> Import anatomy: Anatomical fiducials were not defined, using standard MNI positions for NAS/LPA/RPA.

SPM12 template found: C:\Users\Administrator\.brainstorm\defaults\spm\TPM.nii
SPM> Iteration #1: Log-likelihood 0.383487
SPM> Iteration #2: Log-likelihood 0.475982
SPM> Iteration #3: Log-likelihood 0.547788
SPM> Iteration #4: Log-likelihood 0.635252
SPM> Iteration #5: Log-likelihood 0.743934
SPM> Iteration #6: Log-likelihood 0.847422
SPM> Iteration #7: Log-likelihood 0.924445
SPM> Iteration #8: Log-likelihood 0.973768
SPM> Iteration #9: Log-likelihood 0.997543
SPM> Iteration #10: Log-likelihood 1.002827
SPM> Iteration #11: Log-likelihood 1.002356
SPM> Iteration #12: Log-likelihood 1.003115
SPM> Iteration #13: Log-likelihood 1.002742
SPM> Iteration #14: Log-likelihood 1.003102
SPM> Iteration #15: Log-likelihood 1.003100
SPM> Iteration #16: Log-likelihood 1.003164
SPM> Iteration #17: Log-likelihood 1.003106
SPM> Iteration #18: Log-likelihood 1.003221
SPM> Iteration #19: Log-likelihood 1.003107
SPM> Iteration #20: Log-likelihood 1.003095
SPM> Iteration #21: Log-likelihood 1.003140
SPM> Iteration #22: Log-likelihood 1.003219
SPM> Iteration #1: Log-likelihood 1.044546
SPM> Iteration #2: Log-likelihood 1.059423
SPM> Iteration #3: Log-likelihood 1.058135
SPM> Iteration #4: Log-likelihood 1.059615
SPM> Iteration #5: Log-likelihood 1.058855
SPM> Iteration #6: Log-likelihood 1.059492
SPM> Iteration #7: Log-likelihood 1.059463
SPM> Iteration #8: Log-likelihood 1.059539
SPM> Iteration #9: Log-likelihood 1.059549
SPM> Iteration #10: Log-likelihood 1.059547
SPM> Iteration #11: Log-likelihood 1.059614

***************************************************************************
** Error: Line 60:
** 
** Call stack:
** >cs_convert.m at 60
** >mri_coregister.m at 255
** >import_mri.m at 300
** >import_anatomy_fs.m at 272
** >import_anatomy.m at 66
** >bst_call.m at 28
** >tree_callbacks.m>@(h,ev)bst_call(@import_anatomy,iSubject,1) at 562
** 
***************************************************************************

here is the code in cs_convert, the Porig = P is the line 60;

% Throw errors by default if NaN
if (nargin < 5) || isempty(isNanAllowed)
    isNanAllowed = 0;
end
% Keep track of points that cannot be transformed
iMissing = [];
isApplied = 0;
Porig = P;

what the Porig is? I chang the Porig = [], the import work well. Is this change ok?

This bug is already fixed, please update Brainstorm again.

You are the best, thank you very much!