Skip to content

Commit

Permalink
cosmetics after CStdString removal
Browse files Browse the repository at this point in the history
  • Loading branch information
notspiff authored and Montellese committed Jan 7, 2015
1 parent e60e232 commit a2184f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion xbmc/cdrip/EncoderFFmpeg.h
Expand Up @@ -59,7 +59,6 @@ class CEncoderFFmpeg : public IEncoder
static int64_t avio_seek_callback(void *opaque, int64_t offset, int whence);
void SetTag(const std::string &tag, const std::string &value);


unsigned int m_NeededFrames;
unsigned int m_NeededBytes;
uint8_t *m_Buffer;
Expand Down
2 changes: 1 addition & 1 deletion xbmc/video/VideoDatabase.cpp
Expand Up @@ -381,7 +381,7 @@ void CVideoDatabase::CreateViews()
m_pDS->exec(tvshowview.c_str());

CLog::Log(LOGINFO, "create season_view");
std::string seasonview = PrepareSQL("CREATE VIEW season_view AS SELECT "
std::string seasonview = PrepareSQL("CREATE VIEW season_view AS SELECT "
" seasons.*, "
" tvshow_view.strPath AS strPath,"
" tvshow_view.c%02d AS showTitle,"
Expand Down

0 comments on commit a2184f8

Please sign in to comment.