diff options
Diffstat (limited to 'OpenSim/Capabilities/Handlers')
-rw-r--r-- | OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs b/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs index 6e9094a..b497fde 100644 --- a/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs +++ b/OpenSim/Capabilities/Handlers/GetTexture/GetTextureHandler.cs | |||
@@ -315,8 +315,8 @@ namespace OpenSim.Capabilities.Handlers | |||
315 | /// for start.</remarks> | 315 | /// for start.</remarks> |
316 | /// <returns></returns> | 316 | /// <returns></returns> |
317 | /// <param name='header'></param> | 317 | /// <param name='header'></param> |
318 | /// <param name='start'>Undefined if the parse fails.</param> | 318 | /// <param name='start'>Start of the range. Undefined if this was not a number.</param> |
319 | /// <param name='end'>Undefined if the parse fails.</param> | 319 | /// <param name='end'>End of the range. Will be -1 if no end specified. Undefined if there was a raw string but this was not a number.</param> |
320 | private bool TryParseRange(string header, out int start, out int end) | 320 | private bool TryParseRange(string header, out int start, out int end) |
321 | { | 321 | { |
322 | start = end = 0; | 322 | start = end = 0; |