Change StringEndIndicator char #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the recent building of the arguement handlers, I noticed, that if using single quotes for example like
'\0'then the text will be seen as a char and not a string, which meant that it could make theStringEndIndicator[0]look cleaner.