mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-24 02:00:55 +08:00
tooltip
This commit is contained in:
@@ -78,7 +78,7 @@ namespace QuickLook.Plugin.TextViewer
|
||||
|
||||
private void LoadFile(string path)
|
||||
{
|
||||
using (var s = new FileStream(path, FileMode.Open, FileAccess.Read, FileShare.Read))
|
||||
using (var s = new FileStream(path, FileMode.Open, FileAccess.Read, FileShare.ReadWrite))
|
||||
{
|
||||
const int bufferLength = 1 * 1024 * 1024;
|
||||
var buffer = new byte[bufferLength];
|
||||
|
||||
Reference in New Issue
Block a user