Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/pkt.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2937 by maya, Thu Nov 23 02:19:30 2006 UTC revision 2942 by maya, Tue Dec 5 09:20:36 2006 UTC
# Line 241  int PKT_recv(PTInstVar pvar, char FAR * Line 241  int PKT_recv(PTInstVar pvar, char FAR *
241                                  // 実際にはデータ化けで復号失敗時に、誤認識することが多い。                                  // 実際にはデータ化けで復号失敗時に、誤認識することが多い。
242  #ifdef I18N  #ifdef I18N
243                                  strcpy(pvar->ts->UIMsg, "Oversized packet received from server; connection will close.");                                  strcpy(pvar->ts->UIMsg, "Oversized packet received from server; connection will close.");
244                                  UTIL_get_lang_msg("MSG_OVERSIZED_PACKET_ERROR", pvar);                                  UTIL_get_lang_msg("MSG_PKT_OVERSIZED_ERROR", pvar);
245                                  notify_fatal_error(pvar, pvar->ts->UIMsg);                                  notify_fatal_error(pvar, pvar->ts->UIMsg);
246  #else  #else
247                                  notify_fatal_error(pvar,                                  notify_fatal_error(pvar,
# Line 309  void PKT_end(PTInstVar pvar) Line 309  void PKT_end(PTInstVar pvar)
309    
310  /*  /*
311   * $Log: not supported by cvs2svn $   * $Log: not supported by cvs2svn $
312     * Revision 1.4  2006/11/23 02:19:30  maya
313     * 表示メッセージを言語ファイルから読み込みむコードの作成を開始した。
314     *
315   * Revision 1.3  2006/10/29 17:15:47  yutakapon   * Revision 1.3  2006/10/29 17:15:47  yutakapon
316   * DEBUG_PRINT_TO_FILEマクロを追加。   * DEBUG_PRINT_TO_FILEマクロを追加。
317   *   *

Legend:
Removed from v.2937  
changed lines
  Added in v.2942

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26