Changeset 59fe16d in mainline for uspace/lib/pcap/src/pcap.c
- Timestamp:
- 2024-12-13T08:44:05Z (10 months ago)
- Children:
- 03cd7a9e
- Parents:
- 0210d42d
- git-author:
- Nataliia Korop <n.corop08@…> (2024-10-13 08:31:31)
- git-committer:
- Nataliia Korop <n.corop08@…> (2024-12-13 08:44:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcap/src/pcap.c
r0210d42d r59fe16d 98 98 { 99 99 errno_t rc; 100 printf("File: %s\n", filename); 100 101 writer->data = fopen(filename, "a"); 101 102 if (writer->data == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.