mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Cleanup.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include "os.cpp"
|
||||
#include "process.cpp"
|
||||
#include "semaphore.cpp"
|
||||
#include "settings.cpp"
|
||||
#include "sort.cpp"
|
||||
#include "string.cpp"
|
||||
#include "thread.cpp"
|
||||
|
||||
@@ -59,7 +59,7 @@ public:
|
||||
ascii[asciiPos] = '\0';
|
||||
bx::writePrintf(m_writer, "\t" HEX_DUMP_FORMAT "// %s\n", hex, ascii);
|
||||
data += asciiPos;
|
||||
hexPos = 0;
|
||||
hexPos = 0;
|
||||
asciiPos = 0;
|
||||
}
|
||||
}
|
||||
@@ -80,7 +80,6 @@ public:
|
||||
}
|
||||
|
||||
bx::WriterI* m_writer;
|
||||
std::string m_filePath;
|
||||
std::string m_name;
|
||||
typedef std::vector<uint8_t> Buffer;
|
||||
Buffer m_buffer;
|
||||
|
||||
Reference in New Issue
Block a user