Waitrud Weber’s blog

things and reminders for memories

2019-03-07から1日間の記事一覧

Hatena: Reallocation needs cast that you do not forget to put.

57 : result_001 = err_msg_001 ( "check of slide_to_back: |%s| ", msg_2 ); 58 : int cnt = array_count( msg_2 ); 59 : cnt++; 60 : msg_2 = (char *) realloc ( msg_2, sizeof(char*) * cnt ); // Do not forget to place cast (char *) 61 : // slide_…