Kyle R . Burton on Mon, 13 May 2002 23:04:14 -0400 |
> > map[nmap].alias = memcpy (&string_space[string_space_act], /* 351 */ > > alias, alias_len); > > string_space_act += alias_len; > > A cheesy way out, but ofcourse you could simply never use the return value: > > memcpy(&string_space[string_space_act], alias, alias_len); > map[nmap].alias = &string_space[string_space_act]; > string_space_act += alias_len; > > *shrug* That is _exactly_ what I had recommended he do for the time being. That has us to another error, one involving line 1193 of the main source file...the problem with that is that it is probably relative to the pre-processor output, because there are only three or four hundred lines total in the source file. Anyone have a shell I can use on a mac? Kyle -- ------------------------------------------------------------------------------ Wisdom and Compassion are inseparable. -- Christmas Humphreys mortis@voicenet.com http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|