unexpected byte #11
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	
	No description provided.
		
		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?
I have this code snippet below, sorry for the size.
It works as expected. However, if I remove the line
writeASCIIByte('H'), it enters the default case in the switch statement, which should be impossible. I don't quite understand what's going on.(I wanted to see if the allocated memory is zero initialized, or what is there.)
Fixed after
cli/q@f966940dfb.Confirmed, thanks!