pull/5210/head
Nazarbek Altybay 6 years ago committed by Paul Yang
parent 19ef4ab1c2
commit 887f5e5f39
  1. 2
      src/google/protobuf/io/coded_stream.h

@ -67,7 +67,7 @@
// // Read a file created by the above code.
// int fd = open("myfile", O_RDONLY);
// ZeroCopyInputStream* raw_input = new FileInputStream(fd);
// CodedInputStream coded_input = new CodedInputStream(raw_input);
// CodedInputStream* coded_input = new CodedInputStream(raw_input);
//
// coded_input->ReadLittleEndian32(&magic_number);
// if (magic_number != 1234) {

Loading…
Cancel
Save