Skip to content

Commit

Permalink
FIX: When title includes a letter pipe('|'). Save failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rami1942 committed Apr 30, 2012
1 parent d92ec49 commit 8d0e95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/TomboLib/Uniconv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1466,7 +1466,7 @@ LPBYTE Base64Decode(const char *pM64str, LPDWORD pDataSize)
////////////////////////////////////////////////////////////////////

// ヘッドライン除外文字列
#define SKIPCHAR TEXT("\\/:,;*?<>\"\t")
#define SKIPCHAR TEXT("\\/:*?<>\"\t|")

void DropInvalidFileChar(LPTSTR pDst, LPCTSTR pSrc)
{
Expand Down

0 comments on commit 8d0e95c

Please sign in to comment.