Skip to content

Commit

Permalink
mark
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmp committed Dec 22, 2014
1 parent 0d929eb commit d997828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions DLL/JxqyPicture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,9 @@ JXQYPICTURE_DLL PBYTE DLL_CALLCONV JX_GetFrameDataBGR_R(int index)
long GetGreaterNear2Fold(long d)
{
long fd = 1;
while(d >>= 1)
while(d > fd)
{
fd <<= 1;
fd |= 1;
}
return fd;
}
Expand Down
2 changes: 1 addition & 1 deletion DLL/JxqyPicture.depend
Original file line number Diff line number Diff line change
Expand Up @@ -1441,7 +1441,7 @@

1412631243 d:\protools\wxwidgets\wxwidgets-3.0\include\wx\os2\msgdlg.h

1419170066 source:e:\programmingworkshop\_store_\jxqy\mpcasftool\dll\jxqypicture.cpp
1419241950 source:e:\programmingworkshop\_store_\jxqy\mpcasftool\dll\jxqypicture.cpp
"WorkManager.hpp"
"JxqyPicture.h"
"RpcDecode.hpp"
Expand Down

0 comments on commit d997828

Please sign in to comment.