I'm having some trouble using structs, specifically structs containing STRING*s
It seems that when I copy a string into the member of my struct only the first character is stored. Is there something people usually get wrong with working with structs that results in this?