Skip to content

Commit

Permalink
Update Hprose for AAuto Quicker.
Browse files Browse the repository at this point in the history
Fixed a bug of unserialize.
  • Loading branch information
andot committed Apr 26, 2014
1 parent 636995b commit a210834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hprose/_.aau
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* *
* Hprose library for AAuto Quicker *
* *
* LastModified: Mar 21, 2014 *
* LastModified: Apr 26, 2014 *
* Author: Ma Bingyao <[email protected]> *
* *
\**********************************************************/
Expand Down Expand Up @@ -772,7 +772,7 @@ namespace hprose {
}
}
};
_readGuid = function() {
readGuidWithoutTag = function() {
stream.skip(1);
var guid = stream.read(36);
stream.skip(1);
Expand Down

0 comments on commit a210834

Please sign in to comment.