Initialize all members.

This commit is contained in:
Mark de Wever 2008-08-10 13:54:17 +00:00
parent a663689b4c
commit 8fff72ef0e

View file

@ -27,7 +27,10 @@
#endif
input_stream::input_stream(const std::string& path) : fd_(-1), path_(path)
input_stream::input_stream(const std::string& path) :
fd_(-1),
path_(path),
data_()
{
#ifndef _WIN32
if(path == "") {