Skip to content

Commit cac18dc

Browse files
committed
hotfix: fix filename collision on windows
1 parent 47f1e4a commit cac18dc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/protocol/commands.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ commands! {
341341
"QTDPsrc" => _QTDPsrc::QTDPsrc<'a>,
342342
"QTDP" => _QTDP::QTDP<'a>,
343343
"QTinit" => _QTinit::QTinit,
344-
"QTBuffer" => _QTBuffer::QTBuffer,
344+
"QTBuffer" => _QTBuffer_upcase::QTBuffer,
345345
"QTStart" => _QTStart::QTStart,
346346
"QTStop" => _QTStop::QTStop,
347347
"QTFrame" => _QTFrame::QTFrame<'a>,
File renamed without changes.

0 commit comments

Comments
 (0)