Skip to content

Commit

Permalink
SQLyog 12.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhyawy committed May 27, 2016
1 parent c7a2d3d commit 7d2fffd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/Version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MAJOR_VERSION_INT 12
#define MINOR_VERSION_INT 2
#define UPDATE_VERSION_INT 3
#define UPDATE_VERSION_INT 4
#define RELEASE_VERSION_INT 0
#define EXTRAINFO ""
5 changes: 4 additions & 1 deletion src/FrameWindowHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -767,8 +767,11 @@ wyChar *
*(result + (dwtitlecount * dwcurrline) + pfieldlenarr[myres->field_count] + 1 + totalpad - extrapad) = '\n';
}

if(ismultiline == wyTrue)
dwlast = (dwtitlecount * dwmaxline) + pfieldlenarr[myres->field_count] + 1 + totalpad - extrapad;

dwlast = (dwtitlecount * dwmaxline) + pfieldlenarr[myres->field_count] + 1 + totalpad - extrapad;
else
dwlast = (dwtitlecount * dwcurrline) + pfieldlenarr[myres->field_count] + 1 + totalpad - extrapad;
isfirstline = wyTrue;
}

Expand Down

0 comments on commit 7d2fffd

Please sign in to comment.