Last change
on this file since 21337 was 21337, checked in by Mathieu Morlighem, 8 years ago |
CHG: added Archive/20545-21336
|
File size:
452 bytes
|
Rev | Line | |
---|
[21337] | 1 | Index: ../trunk-jpl/src/m/solve/marshall.js
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/solve/marshall.js (revision 20772)
|
---|
| 4 | +++ ../trunk-jpl/src/m/solve/marshall.js (revision 20773)
|
---|
| 5 | @@ -26,7 +26,7 @@
|
---|
| 6 | }
|
---|
| 7 |
|
---|
| 8 | //Marshall current object
|
---|
| 9 | - md[field].marshall(['md.'+field],md,fid);
|
---|
| 10 | + md[field].marshall(md,['md.'+field],fid);
|
---|
| 11 | }
|
---|
| 12 |
|
---|
| 13 | //Last, write "md.EOF" to make sure that the binary file is not corrupt
|
---|
Note:
See
TracBrowser
for help on using the repository browser.