Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
R
rd-ygopro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
苍蓝
rd-ygopro
Commits
0e47f4ab
Commit
0e47f4ab
authored
Dec 14, 2016
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update for scale zero
parent
2be3deae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
gframe/client_card.cpp
gframe/client_card.cpp
+4
-10
No files found.
gframe/client_card.cpp
View file @
0e47f4ab
...
@@ -155,18 +155,12 @@ void ClientCard::UpdateInfo(char* buf) {
...
@@ -155,18 +155,12 @@ void ClientCard::UpdateInfo(char* buf) {
if
(
flag
&
QUERY_IS_PUBLIC
)
if
(
flag
&
QUERY_IS_PUBLIC
)
is_public
=
BufferIO
::
ReadInt32
(
buf
);
is_public
=
BufferIO
::
ReadInt32
(
buf
);
if
(
flag
&
QUERY_LSCALE
)
{
if
(
flag
&
QUERY_LSCALE
)
{
pdata
=
BufferIO
::
ReadInt32
(
buf
);
lscale
=
BufferIO
::
ReadInt32
(
buf
);
if
(
pdata
&&
lscale
!=
(
unsigned
int
)
pdata
)
{
myswprintf
(
lscstring
,
L"%d"
,
lscale
);
lscale
=
pdata
;
myswprintf
(
lscstring
,
L"%d"
,
lscale
);
}
}
}
if
(
flag
&
QUERY_RSCALE
)
{
if
(
flag
&
QUERY_RSCALE
)
{
pdata
=
BufferIO
::
ReadInt32
(
buf
);
rscale
=
BufferIO
::
ReadInt32
(
buf
);
if
(
pdata
&&
rscale
!=
(
unsigned
int
)
pdata
)
{
myswprintf
(
rscstring
,
L"%d"
,
rscale
);
rscale
=
pdata
;
myswprintf
(
rscstring
,
L"%d"
,
rscale
);
}
}
}
}
}
void
ClientCard
::
ClearTarget
()
{
void
ClientCard
::
ClearTarget
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment