Skip to content

Commit

Permalink
Merge branch 'patch' into SAM_1477
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Apr 25, 2024
2 parents b7fee04 + 1ea78b8 commit 52f99ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -28,6 +28,7 @@ build_*/* linguist_generated=true
*.h text
*.csv text
*.lk text
*.json text

# Ensure those won't be messed up with
*.jpg binary
Expand Down
1 change: 1 addition & 0 deletions ssc/vartab.h
Expand Up @@ -144,6 +144,7 @@ class var_data

var_data &operator=(const var_data &rhs) { copy(rhs); return *this; }
void copy( const var_data &rhs ) {
clear();
type=rhs.type;
num=rhs.num;
str=rhs.str;
Expand Down

0 comments on commit 52f99ed

Please sign in to comment.