Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Evangelos Ribeiro Tzaras
chatty
Commits
82c32c31
Commit
82c32c31
authored
Jul 07, 2021
by
Mohammed Sadiq
Browse files
message: Use single bit variables for booleans
parent
6edd319f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/chatty-message.c
View file @
82c32c31
...
...
@@ -46,9 +46,9 @@ struct _ChattyMessage
ChattyMsgDirection
direction
;
time_t
time
;
g
boolean
encrypted
;
g
uint
encrypted
:
1
;
/* Set if files are created with file path string */
g
boolean
files_are_path
;
g
uint
files_are_path
:
1
;
guint
sms_id
;
};
...
...
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