fix: fcntl output error
Co-authored-by: 张之阳 <51194195+luoliwoshang@users.noreply.github.com>
This commit is contained in:
@@ -70,7 +70,7 @@ func main() {
|
|||||||
|
|
||||||
// Ensure that the buffer is null-terminated
|
// Ensure that the buffer is null-terminated
|
||||||
buffer[bytesRead] = c.Char(0)
|
buffer[bytesRead] = c.Char(0)
|
||||||
c.Printf(c.Str("Read %ld bytes: %s\n"), bytesRead, buffer)
|
c.Printf(c.Str("Read %ld bytes: %s\n"), bytesRead, &buffer[0])
|
||||||
|
|
||||||
// Close file
|
// Close file
|
||||||
os.Close(fd)
|
os.Close(fd)
|
||||||
|
|||||||
Reference in New Issue
Block a user