1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Change comment from sprintf to snprintf

This commit is contained in:
Warner Losh 2000-10-26 19:46:20 +00:00
parent 85cc5e3588
commit dc84c5ac4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67650

View File

@ -155,6 +155,6 @@ struct pccard_resource {
#define MAXSLOT 16
#define NUM_MEM_WINDOWS 10
#define NUM_IO_WINDOWS 6
#define CARD_DEVICE "/dev/card%d" /* String for sprintf */
#define CARD_DEVICE "/dev/card%d" /* String for snprintf */
#endif /* !_PCCARD_CARDINFO_H_ */