Skip to content

Commit

Permalink
fix long line wrap in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-aksyonov committed Feb 6, 2024
1 parent f5a1c87 commit 7abae53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion golded.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%define reldate 20231112
%define reldate 20240205
%define reltype C
# may be one of: C (current), R (release), S (stable)

Expand Down
2 changes: 1 addition & 1 deletion golded3/gemsgs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ void GMsg::LinesToText()
{
if(text[text.size() - 1] != ' ' and _line->next->txt[0] != ' ')
{
if(_softterm or not _hardterm)
if(_softterm)
text += ' ';
}
if (not _hardterm)
Expand Down
2 changes: 1 addition & 1 deletion srcdate.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#ifndef __SRCDATE__
#define __SRCDATE__ "20231112"
#define __SRCDATE__ "20240205"
#endif

0 comments on commit 7abae53

Please sign in to comment.