PD -> Pd
This commit is contained in:
parent
dab840e0ac
commit
56df49f8a5
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
comport - PD external for unix/windows to use the serial ports
|
comport - Pd external for unix/windows to use the serial ports
|
||||||
|
|
||||||
(c) 1998-2005 Winfried Ritsch (see LICENCE.txt)
|
(c) 1998-2005 Winfried Ritsch (see LICENCE.txt)
|
||||||
Institute for Electronic Music - Graz
|
Institute for Electronic Music - Graz
|
||||||
|
|
|
||||||
|
|
@ -1998,7 +1998,7 @@ void comport_setup(void)
|
||||||
null_tv.tv_sec = 0; /* no wait */
|
null_tv.tv_sec = 0; /* no wait */
|
||||||
null_tv.tv_usec = 0;
|
null_tv.tv_usec = 0;
|
||||||
#endif /* NOT _WIN32 */
|
#endif /* NOT _WIN32 */
|
||||||
logpost(0, PD_DEBUG, "comport - PD external for unix/windows\n"
|
logpost(0, PD_DEBUG, "comport - Pd external for unix/windows\n"
|
||||||
"LGPL-2.1+ 1998-2022, Winfried Ritsch and others (see LICENSE.txt)\n"
|
"LGPL-2.1+ 1998-2022, Winfried Ritsch and others (see LICENSE.txt)\n"
|
||||||
"Institute for Electronic Music - Graz");
|
"Institute for Electronic Music - Graz");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue