mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	Use (r)find_char instead of (r)find for single characters
				
					
				
			This commit is contained in:
		
							parent
							
								
									5efd124ca1
								
							
						
					
					
						commit
						68f638cf02
					
				
					 70 changed files with 169 additions and 169 deletions
				
			
		|  | @ -907,7 +907,7 @@ void EditorAssetLibrary::_image_request_completed(int p_status, int p_code, cons | |||
| 			for (int i = 0; i < headers.size(); i++) { | ||||
| 				if (headers[i].findn("ETag:") == 0) { // Save etag
 | ||||
| 					String cache_filename_base = EditorPaths::get_singleton()->get_cache_dir().path_join("assetimage_" + image_queue[p_queue_id].image_url.md5_text()); | ||||
| 					String new_etag = headers[i].substr(headers[i].find(":") + 1, headers[i].length()).strip_edges(); | ||||
| 					String new_etag = headers[i].substr(headers[i].find_char(':') + 1, headers[i].length()).strip_edges(); | ||||
| 					Ref<FileAccess> file = FileAccess::open(cache_filename_base + ".etag", FileAccess::WRITE); | ||||
| 					if (file.is_valid()) { | ||||
| 						file->store_line(new_etag); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 A Thousand Ships
						A Thousand Ships