>>> Ich schrieb am 29.08.2011 um 10:29 in Nachricht <[email protected]>: [...] > Also the comment "Calling tgetent again frees the buffer allocated by it." > seems to to apply to ncurses as it ignored the buffer altogether (according
Oops: Meant to write "seems not to apply"... > to the manual). > > Instead of "char *temp_str = (char *)str;" that removes "const", I'd use > "const char *temp_str = str;" (temp_str is never used for modifications, > might apply to "p" as well). > > (Haven't looked to closely to the code, however) > > Regards, > Ulrich [...] -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
