mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
928d612ac5
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
12 lines
437 B
Diff
12 lines
437 B
Diff
diff -Naur bless-0.6.0/src/buffers/ByteBuffer.cs bless-0.6.0-fixed/src/buffers/ByteBuffer.cs
|
|
--- bless-0.6.0/src/buffers/ByteBuffer.cs 2008-06-07 21:59:25.000000000 +0700
|
|
+++ bless-0.6.0-fixed/src/buffers/ByteBuffer.cs 2009-12-11 20:07:42.000000000 +0600
|
|
@@ -957,7 +957,7 @@
|
|
///</summary>
|
|
public string TempDir {
|
|
get { return tempDir; }
|
|
- set { tempDir = value;}
|
|
+ set { if(value != "") tempDir = value; }
|
|
}
|
|
|
|
///<summary>
|