Hi, all
In a C program on a Data General intel-based system, I'm having a very
strange problem. If anyone has any thoughts at all, I'd be most
appreciative. Here's a code snipet:
char bufftemp[256];
int release;
release = 260;
sprintf(bufftemp, "\376%d", release);
It compiles fine, but produces a segmentation violation at runtime......
If I change the "\376" to "\100" the problem goes away...... I'm trying to
include the \376 because I'm passing the final string to a database that
recognizes that character as a field mark.
Comments or ideas?
Thanks in advance!
Jeff Fitzgerald